/* 
    Created on : 2016-11-24, 10:06:40
    Author     :  云启科技 
*/

/*通常样式*/

html, body {
   font-family: "Microsoft YaHei";
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clear:after {
    clear: both;
    content: " ";
    display: block;
    height:  0;
    width:  0;
    visibility: hidden;
}

p {
    margin:  0;
    padding: 0;
}
.mainw {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

a {
    text-decoration: none;
    color:  #000;
}

ul {
    list-style-type:  none;
    padding:  0;
    margin:  0;
}


img  {
    max-width: 100%;
    max-height: 100%;
}


.hide , .hidden {
    display: none;
    width: 0;
    height: 0;
}



.video { OVERFLOW: hidden; WIDTH: 100%; POSITION: relative}
.close_light_bg {DISPLAY: none; BACKGROUND: #000; FILTER: alpha(opacity = 95); LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 100%; opacity: .95}

/*

table{width:100%;margin:0 auto; border-collapse:collapse;};
table tr{color:#888888;}
table, table tr, table tr td, table tr th{border:#ccc solid 1px;}
table tr td{padding: 5px; margin:0px; border:1px solid #ccc; text-align:center;}
table{margin:0 auto;}
table{border-collapse:collapse;}
table tr.tit{background-color:#f9f9f9; height:20px; font-weight:700;}
table tr.tit td{padding:10px 5px;}
table td{border:1px solid #f4f4f4; padding:3px 5px; text-align:center; }
table td img{ margin:0 auto;}
table tr{color:#777777;}
table tr:hover{ background-color:#c00; color:#fff;}
table td:hover ,  table tr:hover{ background-color:#C00 !important; color:#FFF !important; cursor:pointer}
table tr:hover td a{color:#fff;}
p{text-indent:0}
*/

.pagex {
	clear: both;
	height: 30px;
	margin: 20px;
	overflow: hidden;
}

.pagex ul {
}
.pagex ul li {
	float: left;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0 3px;
	line-height: 20px;
	background: #fff;
}
.pagex ul li.thisclass {
	display: inline-block;
	border: 1px solid #af1e24;
	padding: 2px 9px;
	margin: 0 3px;
	background: #af1e24;
	color: #fff;
}
.pagex ul li.thisclass a {
	color: #fff;
}
.pagex ul li a:hover {
	color: #1f9652;
}
.pagex ul li span {
	display: inline-block;
	padding: 0;
}
